home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 47 / Amiga Format AFCD47 (Issue 131, Xmas 1999).iso / -serious- / misc / quickfile / history.doc < prev    next >
Text File  |  1999-10-11  |  14KB  |  392 lines

  1.    3.20   24 Aug 1999
  2.    - localisation
  3.    - use of gtlayout.library
  4.    - some cosmetics changes, some bugs removed...
  5.  
  6.    3.19.1 11 June 1996
  7.    - Search from ARexx gave a selection with no key fields.
  8.    - Selecting a large number of records can cause a problem if the
  9.      default sort order is used.
  10.  
  11.    3.19.0 06 June 1996
  12.    - Enhanced Search. Now called Query and includes sort order as well as
  13.      Load and Save Query.
  14.    - Added Lock for View
  15.    - Fixed problem causing intermittent crash when changing search
  16.      criteria. Introduced in 3.18.2 I think.
  17.  
  18.    3.18.2 15 May 1996
  19.    - Fixed problem with deletion of last view field (and last index
  20.      properly this time)
  21.  
  22.    3.18.1 04 May 1996
  23.    - Fixed calculation of height of ASL requester
  24.    - Fixed problem with turning help on and off a number of times.
  25.    - Was crashing on WB3 if no .guide file found or if online help was
  26.      turned off.
  27.    - Also crashing trying to adjust config in a window with no open file.
  28.  
  29.    3.18.0 24 April 1996
  30.    - Added concatenation of character fields. Any field except Cycle and
  31.      Date can now be calculated (Have to add date calc sometime).
  32.    - Added Time fields.
  33.    - Fixed problem with deletion of last index followed by add
  34.    - Fixed memory leak in file definition process.
  35.    - Was executing startup.rexx if you cancelled definition mode.
  36.  
  37.    3.17.2
  38.    - Fixed menu shortcut keys. Same key was used twice.
  39.    - Cycle fields can now be set by Import and ARexx PutField command
  40.    - Iconify now controlled by Menu item instead of Zoom gadget.
  41.  
  42.    3.17.1
  43.    - Fixed date validation problem. Not setting A4 in callback routines.
  44.    - Limit length of date field used in date validation routine,
  45.    - Fix Enforcer hit in Search processing. Thanks to James Hamilton
  46.      for the Enforcer output on this one.
  47.  
  48.    3.17.0  12 September 1995
  49.    - Added Select/Unselect individual records
  50.    - Prevent menu selections if no file open (was crashing system)
  51.    - Revised open file code so window size is obtained from view before
  52.      window is opened.
  53.  
  54.    3.16.6  28 August 1995
  55.    - Fixed some enforcer hits. Thanks to David Ekholm for giving me details
  56.      of these.
  57.    - Removed extra field separator from end of headings in exported file.
  58.    - Added characters per line to pitch button.
  59.  
  60.    3.16.5  10 August 1995
  61.    - Fixed calculation of index key buffer size for new index. Was
  62.      sometimes crashing on index build when an index was added.
  63.    - Disable Options/Config and Buffers menu items if no file is open
  64.    - Meaning of Memory Save checkbox was reversed. ie Would save memory
  65.      only if checkbox was NOT checked.
  66.  
  67.    3.16.4  5 August 1995
  68.    - Fixed ARexx ReqString command to allow a null value for default
  69.      string. Was incorrectly returning an error.
  70.  
  71.    3.16.3  22 July 1995
  72.    - Fixed Copy button in Insert mode so it got the correct record.
  73.    - Reduced window redraws from ARexx SetView command.
  74.    - Added summary only and wrap fields to reporting.
  75.  
  76.    3.16.2  18 July 1995
  77.    - Added checkboxes to Print requester for Summary only and Wrap Fields.
  78.    - Rehashed line spacing and counting.
  79.  
  80.    3.16.1  12 July 1995
  81.  
  82.    - Added Print to File.
  83.    - Fixed problem causing a crash if > 200 records added per session.
  84.      Usually only a problem with import
  85.    - Added requester at start and close of program (unregistered only).
  86.    - Added ARexx Find/Replace macro
  87.  
  88.    3.16 24 Jun 1995
  89.  
  90.    - Added font sensitivity.
  91.    - Fixed bug. Calc field values not being returned to ARexx.
  92.    - Revert to allowing field to be added anywhere in view.
  93.    - Added Config menu option for fonts, help and memory save.
  94.    - Played with field alignment (again). Any suggestions welcomed.
  95.    - Changed handling of open of Image file to work with XFH. XFH does
  96.      not support OpenFromLock().
  97.  
  98.    3.15 07 May 1995
  99.  
  100.    - Only allow fields to be added to the end of a view. Previously fields
  101.      could be inserted anywhere but would always display at the end. Not
  102.      perfect but avoids confusion. I may change my mind on this.
  103.    - Search ListView was getting confused as to which item was currently
  104.      selected.
  105.    - Removed useless And/Or buttons from search item requester for first
  106.      item in list.
  107.  
  108.    3.14 30 April 1995
  109.  
  110.    - Fixed some low memory problems. Usual low memory indication is now
  111.      a recoverable alert trying to open a requester.
  112.  
  113.    3.13  6 April 1995
  114.  
  115.    - Using wrong name for library base for iffparse.library which caused
  116.      DICE (compiler) to open it automatically. DICE does not provide a
  117.      message if the open fails - program just loads and quits.
  118.  
  119.    3.12  29 March 1995
  120.  
  121.    - Fixed a nasty bug in GoTo processing that was trashing memory. In one
  122.      of my files this was in the middle of the data buffer!!!. Introduced
  123.      with changes for Rexx I think.
  124.  
  125.    3.11  24 March 1995
  126.  
  127.    - Added ARexx interface
  128.    - Display either filename or image not both at once.
  129.    - Field names are now case insensitive
  130.  
  131.    3.10  05 March 1995
  132.  
  133.    - Fixed to display whole view if a field is moved so that view now fits
  134.      in the window.
  135.    - Index sometimes not correctly updated when you changed an index
  136.      field value.
  137.  
  138.    3.09  18 February 1995
  139.  
  140.    - Added Cycle, Image and External field types.
  141.    - Rehashed field resizing code
  142.    - Removed bug that was chopping last character off print lines.
  143.    - Changed string gadget border to more standard imagery.
  144.    - Fixed nasty bugs in Report Groups
  145.      . Deleting the first group and adding another immediately would
  146.        crash the machine
  147.      . Would not allow you to change a Report group to another type. If
  148.        you deleted it then added the new one you were caught by the
  149.        previous bug - Catch 22.
  150.    - Cancelling out of the report requester after adding or deleting the
  151.      first report group was causing a crash.
  152.    - Fixed Lock error in SaveAs/Reorg - broke it with XFH fix in 3.08.
  153.  
  154.    3.08  04 February 1995
  155.  
  156.    - Replace call to ExamineFH with Examine so QuickFile can work with XFH.
  157.      Thanks to Peter Bagnato for reporting this one.
  158.  
  159.    - Field resizing by dragging on the form display.
  160.  
  161.    - Refuse to accept : or / in index name as this is used in the index
  162.      file name.
  163.  
  164.    3.07  19 January 1995
  165.  
  166.    - Keep highlighted line in sideways scroll of list display.
  167.    - Use highlighted record as current record in insert (for copy).
  168.    - Reintroduce name of registered user in about requester.
  169.    - Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
  170.  
  171.    3.06  16 January 1995
  172.  
  173.    - Fixed bug causing a crash of rebuild index with old format file def.
  174.    - Cleaned up code for dragging fields in form view.
  175.  
  176.    3.5    08 January 1995
  177.  
  178.    - Fixed bug in export requester. Cycle gadgets should only be enabled
  179.      for CUSTOM format. Could cause a crash.
  180.    - TAB now activates first string gadget, ESC exits from string gadget.
  181.    - Fixed bug in field requester. Any non ASCII key would be treated as
  182.      help key. Used to work - looks like a line of code went missing.
  183.    - Stopped crashes when tiny windows were used. Added iconify function.
  184.    - Show wait pointer at appropriate times.
  185.    - Some code optimisations.
  186.    - Stop errors if help key pressed and no amigaguide docs present
  187.  
  188.    3.4     28 November 1994
  189.  
  190.    - Parse expressions after all fields loaded to prevent invalid field
  191.      requester if referenced field is defined after calc field.
  192.    - Fix to always use correct colours for print to screen
  193.  
  194.    3.3     20 November 1994
  195.  
  196.    - Default number of decimals were displayed but not accepted unless
  197.      RETURN was pressed.
  198.    - Title bar info not displayed for first file opened
  199.    - Use path from current window as a default when opening a new file
  200.  
  201.    3.2     27 October 1994
  202.  
  203.    - Set min window size for definition to prevent crash
  204.    - Losing drawer name after loading old style view definition
  205.    - Loading a new view was updating title in wrong window
  206.    - Tightened up date validation. Was allowing months > 13.
  207.    - Some code optimisation
  208.  
  209.    3.1     23 October 1994
  210.  
  211.    - Combined definition code with main program.
  212.    - Fixed many bugs introduced with version 3.0
  213.      . Crashes trying to display error message for long file name
  214.      . Crashes selecting format in import/export requester
  215.      . Long string in search trashing other auto variables
  216.      . Excessive alloc/freeing of formula string and tree in definition
  217.      . Several memory leaks
  218.  
  219.    3.00b September 1994
  220.  
  221.     Major Upgrade (beta)
  222.  
  223.    - Calculated fields.
  224.    - Extended field attributes to include:
  225.     Mandatory
  226.     Left/right justification
  227.     Number of decimals
  228.    - Indexes can allow or prevent duplicates
  229.    - Multiple open files in separate windows
  230.    - Requesters are now moveable windows
  231.    - Control via keyboard as well as mouse
  232.    - Context sensitive AmigaGuide help
  233.    - Grouping and summaries (total, count and average) in reports.
  234.    - Reports can be directed to screen or printer
  235.    - Prompt on exit if a view is changed but not saved.
  236.    - Improved error detection and reporting
  237.    - Faster sort. Now uses QuickSort. Stack doesn't seem to be a problem.
  238.  
  239.    2.02.05  26 June 1994
  240.  
  241.    - Handle empty selection when updating a field that is part of an index
  242.  
  243.    2.02.04  23 March 1994
  244.  
  245.    - Put up requester if view being loaded references fields that are not
  246.      in the file definition.
  247.    - Fix cursor positioning for incorrect fields when OK is pressed in
  248.      Modify or Insert. Cursor now always go to the field in error.
  249.    - Prevent duplicate field names being defined.
  250.    - Fix QFDefine so it displays a message if it can't find the file passed
  251.      as a parameter.
  252.    - Provide defaults for a new file in QFDefine.
  253.    - Improved sorting where many records are equal. It was extremely slow.
  254.  
  255.    2.02.03  26 January 1994
  256.  
  257.    - Enlarged size of default window
  258.    - Added "Reset Form" menu item
  259.  
  260.    2.02.02  26 December 1993
  261.  
  262.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  263.      ROM manual).
  264.    - Corrected initialisation of path for ASL requester
  265.    - Include /AUTO on console window specification. It will now only
  266.      open if it is written to.
  267.  
  268.    2.02.01  18 December 1993
  269.  
  270.    - Added preset formats to export.
  271.    - Allow specification of each control code used for import/export.
  272.    - Removed bug in list report that sometimes suppressed field names
  273.  
  274.    2.01.03  26 November 1993
  275.  
  276.    - Replaced Backup/Restore with Save As and Reorganise
  277.    - Empty date field left old value on form display
  278.  
  279.    2.01.02  18 November 1993
  280.  
  281.    - Cleaned up Search panels
  282.    - Open new window if new view requires a different window size
  283.    - GoTo fixed to work with dates and number fields
  284.    - Fixed some problems with report formatting
  285.  
  286.    2.01.01  10 November 1993
  287.  
  288.    Major upgrade including many significant new features including:
  289.  
  290.    - Support for multiple views that can be saved and loaded as
  291.      required. Includes window size.
  292.  
  293.    - Form view can be tailored by dragging fields around.
  294.  
  295.    - Multi column label printing now properly supported.
  296.  
  297.    - Search facility vastly improved by adding    equal, between, not_like
  298.      sounds_like. Now allows multiple search conditions with and/or.
  299.  
  300.    - Descending sequence added to sort.
  301.  
  302.  
  303.    1.3.5   22 September 1993
  304.  
  305.    1.  Bug Fix. Various problems when sorting a file with a sort table
  306.        exceeding 32767 bytes (over 4000 records).
  307.  
  308.    2.  Prevented rebuild of temporary indexes used for sort and selection
  309.  
  310.    1.3.4   9 September 1993
  311.  
  312.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  313.        full field length into shorter area.
  314.  
  315.    1.3.3   1 September 1993
  316.  
  317.    1.  Fixed problem in list display that was trashing memory if a
  318.        database had a small record size.
  319.    2.  Definition was allowing block size to be changed if you increased
  320.        the record size past the maximum for the block.
  321.    3.  Positioning now maintained correctly in list display when you
  322.        change indexes.
  323.  
  324.    1.3.2  28 August 1993 (not released)
  325.  
  326.    1.  Added List button to form screen
  327.    2.  Added Insert, Modify and Delete buttons to list screen.
  328.    3.  Fixed problem where searching a previous selection would search
  329.        the entire data base
  330.    4.  Removed spurious message being displayed when a missing index
  331.        is created.
  332.  
  333.    1.3.1  4 August 1993 (Bug Fixes)
  334.  
  335.    1.  Index search used length of first index for all indexes -> ka-boom.
  336.    2.  Deleted field names were blanked but kept in the definition.
  337.  
  338.  
  339.    1.3.0  23 July 1993 (not released)
  340.  
  341.    1.  Character, date, number and integer data types.
  342.  
  343.    2.  Up to 255 fields per record
  344.  
  345.    3.  Vertical slider gadget added for scrolling through records
  346.  
  347.    4.  Horizontal slider gadget added for scrolling through fields on one
  348.        record. (Both form and list screens).
  349.  
  350.    5.  File definition is now in a separate program
  351.  
  352.    6.  Import/Export of ASCII files
  353.  
  354.    7.  Removed problem that caused a crash when adding more than 12 fields.
  355.  
  356.  
  357.    1.2.2 (not released)
  358.  
  359.      1     Bug fix. Sort index not updated for a delete if records
  360.      had been selected but selection did not contain the record.
  361.      Error message incorrectly being displayed for the selection.
  362.  
  363.  
  364.    1.2.1  16 Feb 93
  365.  
  366.      1     Included list style reports
  367.  
  368.      2     Included ASL and ARP file requesters
  369.  
  370.      3     New print requester to improve control of reports
  371.  
  372.      4     The index field size is now updated correctly when you change the
  373.      length of an existing field used as an index.
  374.  
  375.      5     Index record memory dynamically reallocated if necessary.
  376.  
  377.      6     If you add an index to an existing file, the index will be
  378.      rebuilt automatically when you open the file again.
  379.  
  380.      7     You are now warned if you attempt a backup while displaying
  381.      selected records. Only the selected records will be written to the
  382.      backup file.
  383.  
  384.      8     You can now open a file where the drawer contains only a drive or
  385.      disk name with no directory. eg df0:
  386.  
  387.    1.0.0  24 Nov 92
  388.  
  389.        Initial Release
  390.  
  391.  
  392.